home *** CD-ROM | disk | FTP | other *** search
- Path: treasure.coastalnet.com!usenet
- From: cn1408@coastalnet.com (David Barrentine)
- Newsgroups: comp.std.c
- Subject: Help
- Date: 26 Feb 1996 12:51:01 GMT
- Organization: CoastalNet
- Message-ID: <4gsabl$eul@treasure.coastalnet.com>
- NNTP-Posting-Host: pm-jv1-10.coastalnet.com
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.6
-
- I need to write a program that will process three lines of text. It will
- then count usesage of each character of the alphabet.
- The output would look like this:
-
- a: 2
- b: 0
- c: 1
-
- etc...
-
- Thanks.
-
-